C1.iOS.DataCollection Assembly / C1.iOS.DataCollection Namespace / C1TableViewSource<T> Class / ShouldSpringLoadRow Method

In This Topic
ShouldSpringLoadRow Method
In This Topic
Syntax
'Declaration
 
Public Overridable Function ShouldSpringLoadRow( _
   ByVal tableView As UIKit.UITableView, _
   ByVal indexPath As Foundation.NSIndexPath, _
   ByVal context As UIKit.IUISpringLoadedInteractionContext _
) As Boolean
 

Parameters

tableView
indexPath
context
See Also